home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / SkiDooTT.swf / scripts / DefineButton2_114 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-08  |  119 b   |  6 lines

  1. on(release){
  2.    _parent._parent._parent.mute = false;
  3.    _parent._parent._parent.startSounds();
  4.    prevFrame();
  5. }
  6.